AWSEC2ModifyIpamResourceCidrRequest
Objective-C
@interface AWSEC2ModifyIpamResourceCidrRequest
Swift
class AWSEC2ModifyIpamResourceCidrRequest
-
The ID of the current scope that the resource CIDR is in.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable currentIpamScopeId;
Swift
var currentIpamScopeId: String? { get set }
-
The ID of the scope you want to transfer the resource CIDR to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationIpamScopeId;
Swift
var destinationIpamScopeId: String? { get set }
-
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable monitored;
Swift
var monitored: NSNumber? { get set }
-
The CIDR of the resource you want to modify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceCidr;
Swift
var resourceCidr: String? { get set }
-
The ID of the resource you want to modify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The Amazon Web Services Region of the resource you want to modify.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceRegion;
Swift
var resourceRegion: String? { get set }